Quick Start Environment Setup
- Download and install Ghidra.
- Set Ghidra Environment Variable
GHIDRA_INSTALL_DIR
to Ghidra install location. - Pip install
ghidriff
Windows
PS C:\Users\user> [System.Environment]::SetEnvironmentVariable('GHIDRA_INSTALL_DIR','C:\ghidra_10.2.3_PUBLIC_20230208\ghidra_10.2.3_PUBLIC')
PS C:\Users\user> pip install ghidriff
Linux / Mac
export GHIDRA_INSTALL_DIR="/path/to/ghidra/"
pip install ghidriff